LUA POP INT
Pops an element of the LUA stack, if and only if the top element is a number (or convertible), and returns that number as an integer.
You can get more help on the LUA stack on the official LUA homepage: http://www.lua.org
SYNTAX
Return Integer=LUA POP INT()
RELATED INFO
LUA command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2